Global Index
HTML5 JS API Index > File System API Tutorials & Specs

LocalFileSystem

Implemented by Window, WorkerGlobalScope

This type groups properties and / or operations together for documentation purposes and does not have an explicit JavaScript representation.

Properties
const unsigned short
PERSISTENT = 1
Used for storage that should not be removed by the user agent without application or user permission.
const unsigned short
TEMPORARY = 0
Used for storage with no guarantee of persistence.
Operations
void
requestFileSystem(unsigned short type, unsigned long long size, FileSystemCallback successCallback, optional ErrorCallback errorCallback)
Requests a filesystem in which to store application data.
void
resolveLocalFileSystemURL(DOMString url, EntryCallback successCallback, optional ErrorCallback errorCallback)
Allows the user to look up the Entry for a file or directory referred to by a local URL.